From bbfe245061653279a2454ec336c5869e2db32949 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Sat, 10 Jan 2015 23:23:46 +0100 Subject: [PATCH] Explicity specify QUILT_PATCHES_PREFIX in rules The current use relies on the names of patches being prefixed with debian/patches, which doesn't seem to be completely reliable (e.g. it doesn't happen in a wheezy build environment). The environment variable QUILT_PATCHES_PREFIX is documented to do this. Closes: 775068 --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 166145d710f..2b8b694b35c 100755 --- a/debian/rules +++ b/debian/rules @@ -18,7 +18,7 @@ #export DH_VERBOSE=1 SHELL := /bin/bash -quilt := QUILT_PATCHES=debian/patches quilt +quilt := QUILT_PATCHES=debian/patches QUILT_PATCHES_PREFIX=y quilt pf := set -o pipefail # This package uses debian/source/format 3.0 (quilt). -- 2.30.2